[INFO] fetching crate ping-viewer-next 0.0.1...
[INFO] fixing ping-viewer-next-0.0.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate ping-viewer-next 0.0.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate ping-viewer-next 0.0.1
[INFO] finished tweaking crates.io crate ping-viewer-next 0.0.1
[INFO] tweaked toml for crates.io crate ping-viewer-next 0.0.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ping-viewer-next 0.0.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ping-viewer-next 0.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fd1ca8c3945fadae7a848ae2b891f5dff9712e26b42f3386eafc8cf2759d7cf7
[INFO] running `Command { std: "docker" "start" "fd1ca8c3945fadae7a848ae2b891f5dff9712e26b42f3386eafc8cf2759d7cf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fd1ca8c3945fadae7a848ae2b891f5dff9712e26b42f3386eafc8cf2759d7cf7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd1ca8c3945fadae7a848ae2b891f5dff9712e26b42f3386eafc8cf2759d7cf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fd1ca8c3945fadae7a848ae2b891f5dff9712e26b42f3386eafc8cf2759d7cf7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling gix-trace v0.1.10
[INFO] [stderr]    Compiling faster-hex v0.9.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling prodash v28.0.0
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.3
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling jiff v0.1.13
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling memmap2 v0.9.4
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling gix-utils v0.1.12
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking brotli-decompressor v4.0.1
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling regex-lite v0.1.5
[INFO] [stderr]    Compiling camino v1.1.7
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling gix-sec v0.10.8
[INFO] [stderr]    Compiling vergen-lib v0.1.4
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]    Compiling clru v0.6.2
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling bstr v1.9.1
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling vergen v9.0.1
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]     Checking impl-more v0.1.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling tracy-client-sys v0.22.2
[INFO] [stderr]    Compiling vergen-gix v1.0.2
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking anstyle-query v1.0.3
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking clap_builder v4.5.17
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling rust-embed-utils v8.5.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling derive_builder_core v0.20.1
[INFO] [stderr]    Compiling actix_derive v0.6.1
[INFO] [stderr]     Checking unescaper v0.1.5
[INFO] [stderr]    Compiling gix-hash v0.14.2
[INFO] [stderr]    Compiling gix-date v0.9.0
[INFO] [stderr]    Compiling gix-validate v0.9.0
[INFO] [stderr]    Compiling gix-chunk v0.4.8
[INFO] [stderr]    Compiling gix-features v0.38.2
[INFO] [stderr]    Compiling gix-actor v0.32.0
[INFO] [stderr]    Compiling gix-path v0.10.11
[INFO] [stderr]    Compiling gix-hashtable v0.5.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling gix-bitmap v0.2.11
[INFO] [stderr]    Compiling gix-quote v0.4.12
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling gix-object v0.44.0
[INFO] [stderr]    Compiling gix-fs v0.11.3
[INFO] [stderr]    Compiling gix-commitgraph v0.24.3
[INFO] [stderr]    Compiling gix-glob v0.16.5
[INFO] [stderr]    Compiling gix-config-value v0.14.8
[INFO] [stderr]    Compiling gix-url v0.27.5
[INFO] [stderr]    Compiling gix-tempfile v14.0.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.1
[INFO] [stderr]     Checking serialport v4.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking mio-serial v5.0.5
[INFO] [stderr]    Compiling gix-lock v14.0.0
[INFO] [stderr]    Compiling paperclip v0.9.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling derive_builder v0.20.1
[INFO] [stderr]    Compiling rust-embed-impl v8.5.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking shellexpand v3.1.0
[INFO] [stderr]     Checking rust-embed v8.5.0
[INFO] [stderr]     Checking clap v4.5.17
[INFO] [stderr]    Compiling paperclip-macros v0.6.5
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking tracing-appender v0.2.3
[INFO] [stderr]    Compiling gix-revwalk v0.15.0
[INFO] [stderr]    Compiling gix-ref v0.47.0
[INFO] [stderr]    Compiling gix-traverse v0.41.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]    Compiling gix-revision v0.29.0
[INFO] [stderr]    Compiling gix-pack v0.53.0
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]    Compiling gix-diff v0.46.0
[INFO] [stderr]    Compiling gix-index v0.35.0
[INFO] [stderr]    Compiling gix-refspec v0.25.0
[INFO] [stderr]     Checking tracy-client v0.17.0
[INFO] [stderr]     Checking tracing-tracy v0.11.2
[INFO] [stderr]    Compiling gix-odb v0.63.0
[INFO] [stderr]    Compiling gix-config v0.40.0
[INFO] [stderr]    Compiling gix-discover v0.35.0
[INFO] [stderr]     Checking zstd v0.13.1
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking actix-rt v2.9.0
[INFO] [stderr]     Checking tokio-serial v5.4.4
[INFO] [stderr]     Checking udp-stream v0.0.12
[INFO] [stderr]     Checking actix-server v2.3.0
[INFO] [stderr]     Checking actix-router v0.5.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking serde_bytes v0.11.15
[INFO] [stderr]    Compiling gix v0.66.0
[INFO] [stderr]     Checking validator v0.18.1
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking actix v0.13.5
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling bluerobotics-ping v0.3.3
[INFO] [stderr]    Compiling ping-viewer-next v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2021 edition to 2024
[INFO] [stderr] warning: ping-viewer-next@0.0.1: Could not find a git repository in '/opt/rustwide/workdir' or in any of its parents within device limits below '/opt/rustwide'
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_BRANCH set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_AUTHOR_EMAIL set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_AUTHOR_NAME set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_COUNT set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_DATE set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_MESSAGE set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_TIMESTAMP set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_DESCRIBE set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_SHA set to default
[INFO] [stderr]     Checking actix-http v3.7.0
[INFO] [stderr]     Checking actix-web v4.9.0
[INFO] [stderr]     Checking paperclip-core v0.7.1
[INFO] [stderr]     Checking actix-web-actors v4.3.1+deprecated
[INFO] [stderr]     Checking paperclip-actix v0.7.1
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/device/devices.rs:95:31
[INFO] [stdout]     |
[INFO] [stdout]  95 |         while let Some(msg) = self.receiver.recv().await {
[INFO] [stdout]     |                        ---    ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                        |      |                    |
[INFO] [stdout]     |                        |      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                        |      |                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                        |      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        `msg` calls a custom destructor
[INFO] [stdout]     |                        `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 _ => self.handle_message(msg).await,
[INFO] [stdout]     |                      ------------------------------
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 102 |             }
[INFO] [stdout] 103 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/device/manager/device_discovery.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 238 |         let temp_device = bluerobotics_ping::common::Device::new(serial_stream);
[INFO] [stdout]     |             -----------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `temp_device` calls a custom destructor
[INFO] [stdout]     |             `temp_device` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 244 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 269 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/time/entry.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `temp_device` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bluerobotics-ping-0.3.3/src/device.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl Drop for Common {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/device/manager/device_discovery.rs:169:38
[INFO] [stdout]     |
[INFO] [stdout] 169 |             while let Some(result) = set.join_next().await {
[INFO] [stdout]     |                            ------    ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |         |               |
[INFO] [stdout]     |                            |         |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |         |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `result` calls a custom destructor
[INFO] [stdout]     |                            `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 177 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 181 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/device/manager/mod.rs:287:31
[INFO] [stdout]     |
[INFO] [stdout] 287 |         while let Some(msg) = self.receiver.recv().await {
[INFO] [stdout]     |                        ---    ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                        |      |                    |
[INFO] [stdout]     |                        |      |                    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                        |      |                    up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                        |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        `msg` calls a custom destructor
[INFO] [stdout]     |                        `msg` will be dropped later as of Edition 2024
[INFO] [stdout] 288 |             self.update_devices_status().await; // Todo: move to an outer process
[INFO] [stdout]     |             ----------------------------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |             `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 289 |             self.handle_message(msg).await;
[INFO] [stdout]     |             ------------------------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |             `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 290 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/device/manager/mod.rs:390:23
[INFO] [stdout]      |
[INFO] [stdout]  390 |                 match device.try_upgrade().await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                    |
[INFO] [stdout]      |                       |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                       |                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                       |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  420 |                         sleep(retry_delay).await;
[INFO] [stdout]      |                         ------------------------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  423 |                     e => warn!("Device creation error: Abnormal answer: {e:?}."),
[INFO] [stdout]      |                     -
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `e` calls a custom destructor
[INFO] [stdout]      |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout]  424 |                 }
[INFO] [stdout]  425 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/time/entry.rs:652:1
[INFO] [stdout]      |
[INFO] [stdout]  652 | impl Drop for TimerEntry {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/device/manager/mod.rs:465:19
[INFO] [stdout]      |
[INFO] [stdout]  465 |             match self.create(source.clone(), DeviceSelection::Auto).await {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                   |                                                  |
[INFO] [stdout]      |                   |                                                  this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                   |                                                  up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   |                                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   |                                                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   `__awaitee` calls a custom destructor
[INFO] [stdout]      |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  466 |                 Ok(answer) => match answer {
[INFO] [stdout]      |                    ------
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    `answer` calls a custom destructor
[INFO] [stdout]      |                    `answer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  470 |                     msg => {
[INFO] [stdout]      |                     ---
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `msg` calls a custom destructor
[INFO] [stdout]      |                     `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  478 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `answer` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `answer` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/device/manager/mod.rs:589:43
[INFO] [stdout]      |
[INFO] [stdout]  573 |                 let device_info = self.info(request.uuid).await?;
[INFO] [stdout]      |                     -----------
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `device_info` calls a custom destructor
[INFO] [stdout]      |                     `device_info` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  589 |                 self.delete(request.uuid).await
[INFO] [stdout]      |                                           ^^^^^
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  590 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `device_info` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `device_info` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/device/devices.rs:95:31
[INFO] [stdout]     |
[INFO] [stdout]  95 |         while let Some(msg) = self.receiver.recv().await {
[INFO] [stdout]     |                        ---    ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                        |      |                    |
[INFO] [stdout]     |                        |      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                        |      |                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                        |      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        `msg` calls a custom destructor
[INFO] [stdout]     |                        `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 _ => self.handle_message(msg).await,
[INFO] [stdout]     |                      ------------------------------
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 102 |             }
[INFO] [stdout] 103 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/device/manager/device_discovery.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 238 |         let temp_device = bluerobotics_ping::common::Device::new(serial_stream);
[INFO] [stdout]     |             -----------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `temp_device` calls a custom destructor
[INFO] [stdout]     |             `temp_device` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 244 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 269 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/time/entry.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `temp_device` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bluerobotics-ping-0.3.3/src/device.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl Drop for Common {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/device/manager/device_discovery.rs:169:38
[INFO] [stdout]     |
[INFO] [stdout] 169 |             while let Some(result) = set.join_next().await {
[INFO] [stdout]     |                            ------    ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |         |               |
[INFO] [stdout]     |                            |         |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |         |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `result` calls a custom destructor
[INFO] [stdout]     |                            `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 177 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 181 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/device/manager/mod.rs:287:31
[INFO] [stdout]     |
[INFO] [stdout] 287 |         while let Some(msg) = self.receiver.recv().await {
[INFO] [stdout]     |                        ---    ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                        |      |                    |
[INFO] [stdout]     |                        |      |                    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                        |      |                    up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                        |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        `msg` calls a custom destructor
[INFO] [stdout]     |                        `msg` will be dropped later as of Edition 2024
[INFO] [stdout] 288 |             self.update_devices_status().await; // Todo: move to an outer process
[INFO] [stdout]     |             ----------------------------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |             `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 289 |             self.handle_message(msg).await;
[INFO] [stdout]     |             ------------------------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |             `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 290 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/device/manager/mod.rs:390:23
[INFO] [stdout]      |
[INFO] [stdout]  390 |                 match device.try_upgrade().await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                    |
[INFO] [stdout]      |                       |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                       |                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                       |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  420 |                         sleep(retry_delay).await;
[INFO] [stdout]      |                         ------------------------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  423 |                     e => warn!("Device creation error: Abnormal answer: {e:?}."),
[INFO] [stdout]      |                     -
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `e` calls a custom destructor
[INFO] [stdout]      |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout]  424 |                 }
[INFO] [stdout]  425 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/time/entry.rs:652:1
[INFO] [stdout]      |
[INFO] [stdout]  652 | impl Drop for TimerEntry {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/device/manager/mod.rs:465:19
[INFO] [stdout]      |
[INFO] [stdout]  465 |             match self.create(source.clone(), DeviceSelection::Auto).await {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                   |                                                  |
[INFO] [stdout]      |                   |                                                  this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                   |                                                  up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   |                                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   |                                                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   `__awaitee` calls a custom destructor
[INFO] [stdout]      |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  466 |                 Ok(answer) => match answer {
[INFO] [stdout]      |                    ------
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    `answer` calls a custom destructor
[INFO] [stdout]      |                    `answer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  470 |                     msg => {
[INFO] [stdout]      |                     ---
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `msg` calls a custom destructor
[INFO] [stdout]      |                     `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  478 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `answer` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `answer` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/device/manager/mod.rs:589:43
[INFO] [stdout]      |
[INFO] [stdout]  573 |                 let device_info = self.info(request.uuid).await?;
[INFO] [stdout]      |                     -----------
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `device_info` calls a custom destructor
[INFO] [stdout]      |                     `device_info` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  589 |                 self.delete(request.uuid).await
[INFO] [stdout]      |                                           ^^^^^
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  590 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `device_info` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `device_info` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/sync/broadcast.rs:1343:1
[INFO] [stdout]      |
[INFO] [stdout] 1343 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] [stderr] crater-edition-check: ping-viewer-next v0.0.1 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling ping-viewer-next v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: ping-viewer-next@0.0.1: Could not find a git repository in '/opt/rustwide/workdir' or in any of its parents within device limits below '/opt/rustwide'
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_BRANCH set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_AUTHOR_EMAIL set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_AUTHOR_NAME set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_COUNT set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_DATE set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_MESSAGE set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_COMMIT_TIMESTAMP set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_DESCRIBE set to default
[INFO] [stderr] warning: ping-viewer-next@0.0.1: VERGEN_GIT_SHA set to default
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:283:11
[INFO] [stdout]     |
[INFO] [stdout] 283 |     Ping1D(Ping1DRequest),
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:284:12
[INFO] [stdout]     |
[INFO] [stdout] 284 |     Ping360(Ping360Request),
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 |     Common(PingCommonRequest),
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:310:16
[INFO] [stdout]     |
[INFO] [stdout] 310 |     SetDeviceId(bluerobotics_ping::ping1d::SetDeviceIdStruct),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:311:16
[INFO] [stdout]     |
[INFO] [stdout] 311 |     SetModeAuto(bluerobotics_ping::ping1d::SetModeAutoStruct),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:312:20
[INFO] [stdout]     |
[INFO] [stdout] 312 |     SetPingInterval(bluerobotics_ping::ping1d::SetPingIntervalStruct),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:313:18
[INFO] [stdout]     |
[INFO] [stdout] 313 |     SetPingEnable(bluerobotics_ping::ping1d::SetPingEnableStruct),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:314:20
[INFO] [stdout]     |
[INFO] [stdout] 314 |     SetSpeedOfSound(bluerobotics_ping::ping1d::SetSpeedOfSoundStruct),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:315:13
[INFO] [stdout]     |
[INFO] [stdout] 315 |     SetRange(bluerobotics_ping::ping1d::SetRangeStruct),
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |     SetGainSetting(bluerobotics_ping::ping1d::SetGainSettingStruct),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:317:20
[INFO] [stdout]     |
[INFO] [stdout] 317 |     ContinuousStart(bluerobotics_ping::ping1d::ContinuousStartStruct),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:318:19
[INFO] [stdout]     |
[INFO] [stdout] 318 |     ContinuousStop(bluerobotics_ping::ping1d::ContinuousStopStruct),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:327:16
[INFO] [stdout]     |
[INFO] [stdout] 327 |     SetDeviceId(bluerobotics_ping::ping360::SetDeviceIdStruct),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:328:15
[INFO] [stdout]     |
[INFO] [stdout] 328 |     Transducer(bluerobotics_ping::ping360::TransducerStruct),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:329:10
[INFO] [stdout]     |
[INFO] [stdout] 329 |     Reset(bluerobotics_ping::ping360::ResetStruct),
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:330:17
[INFO] [stdout]     |
[INFO] [stdout] 330 |     AutoTransmit(bluerobotics_ping::ping360::AutoTransmitStruct),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:337:16
[INFO] [stdout]     |
[INFO] [stdout] 337 |     SetDeviceId(bluerobotics_ping::common::SetDeviceIdStruct),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:283:11
[INFO] [stdout]     |
[INFO] [stdout] 283 |     Ping1D(Ping1DRequest),
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:284:12
[INFO] [stdout]     |
[INFO] [stdout] 284 |     Ping360(Ping360Request),
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 |     Common(PingCommonRequest),
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:310:16
[INFO] [stdout]     |
[INFO] [stdout] 310 |     SetDeviceId(bluerobotics_ping::ping1d::SetDeviceIdStruct),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:311:16
[INFO] [stdout]     |
[INFO] [stdout] 311 |     SetModeAuto(bluerobotics_ping::ping1d::SetModeAutoStruct),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:312:20
[INFO] [stdout]     |
[INFO] [stdout] 312 |     SetPingInterval(bluerobotics_ping::ping1d::SetPingIntervalStruct),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:313:18
[INFO] [stdout]     |
[INFO] [stdout] 313 |     SetPingEnable(bluerobotics_ping::ping1d::SetPingEnableStruct),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:314:20
[INFO] [stdout]     |
[INFO] [stdout] 314 |     SetSpeedOfSound(bluerobotics_ping::ping1d::SetSpeedOfSoundStruct),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:315:13
[INFO] [stdout]     |
[INFO] [stdout] 315 |     SetRange(bluerobotics_ping::ping1d::SetRangeStruct),
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |     SetGainSetting(bluerobotics_ping::ping1d::SetGainSettingStruct),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:317:20
[INFO] [stdout]     |
[INFO] [stdout] 317 |     ContinuousStart(bluerobotics_ping::ping1d::ContinuousStartStruct),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:318:19
[INFO] [stdout]     |
[INFO] [stdout] 318 |     ContinuousStop(bluerobotics_ping::ping1d::ContinuousStopStruct),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:327:16
[INFO] [stdout]     |
[INFO] [stdout] 327 |     SetDeviceId(bluerobotics_ping::ping360::SetDeviceIdStruct),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:328:15
[INFO] [stdout]     |
[INFO] [stdout] 328 |     Transducer(bluerobotics_ping::ping360::TransducerStruct),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:329:10
[INFO] [stdout]     |
[INFO] [stdout] 329 |     Reset(bluerobotics_ping::ping360::ResetStruct),
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:330:17
[INFO] [stdout]     |
[INFO] [stdout] 330 |     AutoTransmit(bluerobotics_ping::ping360::AutoTransmitStruct),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/devices.rs:337:16
[INFO] [stdout]     |
[INFO] [stdout] 337 |     SetDeviceId(bluerobotics_ping::common::SetDeviceIdStruct),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]   --> src/device/manager/mod.rs:82:14
[INFO] [stdout]    |
[INFO] [stdout] 82 |     UdpStream(SourceUdpStruct),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]   --> src/device/manager/mod.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |     SerialStream(SourceSerialStruct),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:127:18
[INFO] [stdout]     |
[INFO] [stdout] 127 |     DeviceMessage(DeviceAnswer),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:129:23
[INFO] [stdout]     |
[INFO] [stdout] 129 |     InnerDeviceHandler(DeviceActorHandler),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:130:15
[INFO] [stdout]     |
[INFO] [stdout] 130 |     DeviceInfo(Vec<DeviceInfo>),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:157:11
[INFO] [stdout]     |
[INFO] [stdout] 157 |     Create(CreateStruct),
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:158:11
[INFO] [stdout]     |
[INFO] [stdout] 158 |     Delete(UuidWrapper),
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:160:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     Info(UuidWrapper),
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     Ping(DeviceRequestStruct),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:163:21
[INFO] [stdout]     |
[INFO] [stdout] 163 |     GetDeviceHandler(UuidWrapper),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:164:17
[INFO] [stdout]     |
[INFO] [stdout] 164 |     ModifyDevice(ModifyDevice),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:165:25
[INFO] [stdout]     |
[INFO] [stdout] 165 |     EnableContinuousMode(UuidWrapper),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:166:26
[INFO] [stdout]     |
[INFO] [stdout] 166 |     DisableContinuousMode(UuidWrapper),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:171:7
[INFO] [stdout]     |
[INFO] [stdout] 171 |     Ip(Ipv4Addr),
[INFO] [stdout]     |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]   --> src/device/manager/mod.rs:82:14
[INFO] [stdout]    |
[INFO] [stdout] 82 |     UdpStream(SourceUdpStruct),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]   --> src/device/manager/mod.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |     SerialStream(SourceSerialStruct),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:127:18
[INFO] [stdout]     |
[INFO] [stdout] 127 |     DeviceMessage(DeviceAnswer),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:129:23
[INFO] [stdout]     |
[INFO] [stdout] 129 |     InnerDeviceHandler(DeviceActorHandler),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:130:15
[INFO] [stdout]     |
[INFO] [stdout] 130 |     DeviceInfo(Vec<DeviceInfo>),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:157:11
[INFO] [stdout]     |
[INFO] [stdout] 157 |     Create(CreateStruct),
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:158:11
[INFO] [stdout]     |
[INFO] [stdout] 158 |     Delete(UuidWrapper),
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:160:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     Info(UuidWrapper),
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     Ping(DeviceRequestStruct),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:163:21
[INFO] [stdout]     |
[INFO] [stdout] 163 |     GetDeviceHandler(UuidWrapper),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:164:17
[INFO] [stdout]     |
[INFO] [stdout] 164 |     ModifyDevice(ModifyDevice),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:165:25
[INFO] [stdout]     |
[INFO] [stdout] 165 |     EnableContinuousMode(UuidWrapper),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:166:26
[INFO] [stdout]     |
[INFO] [stdout] 166 |     DisableContinuousMode(UuidWrapper),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: skipping tuple enum variant in schema.
[INFO] [stdout]    --> src/device/manager/mod.rs:171:7
[INFO] [stdout]     |
[INFO] [stdout] 171 |     Ip(Ipv4Addr),
[INFO] [stdout]     |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "fd1ca8c3945fadae7a848ae2b891f5dff9712e26b42f3386eafc8cf2759d7cf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd1ca8c3945fadae7a848ae2b891f5dff9712e26b42f3386eafc8cf2759d7cf7", kill_on_drop: false }`
[INFO] [stdout] fd1ca8c3945fadae7a848ae2b891f5dff9712e26b42f3386eafc8cf2759d7cf7
